* {
    padding: 0;
    margin: 0;
}

body {
    background: #f5f5f5;
}

header {
    height: 88px;
    width: 100%;
    /*background-color: #001736;*/
    display: flex;
    justify-content: space-between;
    background: #001736;
    box-shadow: inset 0px -1px 1px rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(20px);
    z-index: 999;
}

.header-logo {
    position: relative;
}

.header-logo-img {
    position: absolute;
    top: 32px;
    left: 40px;
}

.btn {
    height: 25px;
    width: 72px;
    padding: 4px, 8px, 4px, 8px;
    background: rgba(0, 85, 167, 0.5);
    border: 1px solid #0055A7;
    border-radius: 4px;
    margin-left: 167px;
    margin-top: 31.5px;
    font-family: Microsoft YaHei UI;
    font-size: 14px;
    line-height: 14px;
    color: #FFFFFF;
}

.header-nav {
    display: flex;
    position: relative;
}

.header-nav nav {
    display: flex;
}

.header-nav a {
    margin-right: 66px;
    margin-top: 37px;
    text-decoration: none;
    /*display: block;*/
    width: 64px;
    height: 16px;
    font-family: Microsoft YaHei UI;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    white-space: nowrap;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    justify-content: center;
    padding-bottom: 34px;
}

.header-nav a:hover {
    color: #fff;
    position: relative;
}

.header-nav a.active {
    color: #fff;
    position: relative;
}

.header-nav a.active:after,
.header-nav a:hover:after {
    content: "";
    position: absolute;
    display: block;
    width: 76px;
    height: 4px;
    background: #0055A7;
    margin-left: -38px;
    left: 50%;
    bottom: 0px;
}

.header-carte {
    margin-top: 32px;
    padding-right: 40px;
    margin-left: 50px;
    cursor: pointer;
}

.banner {
    height: 606px;
    width: 100%;
    position: relative;
}

.banner-title {
    position: absolute;
    top: 190px;
    left: 411px;
    width: 547px;
    height: 198px;
    z-index: 99;
}

.banner-title h1 {
    font-family: Microsoft YaHei UI;
    font-style: normal;
    font-weight: bold;
    font-size: 60px;
    line-height: 100%;
    color: #fff;
}

.banner-title p {
    margin-top: 24px;
    margin-bottom: 24px;
    color: #fff;
    font-family: Microsoft YaHei UI;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
}

.btn1 {
    width: 120px;
    color: #fff;
    height: 42px;
    font-size: 18px;
    /*padding: 24 12 24 12;*/
    border: 1px solid #fff;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.1);
    margin-right: 12px;
    cursor: pointer;
}

.btn1:hover {
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #FFFFFF;
}

.btn2 {
    background: #0055A7;
    border: 0;
    width: 160px;
    font-size: 18px;
    height: 42px;
    /*padding: 44 12 44 12;*/
    border-radius: 4px;
    color: #fff;
    order: 1;
    flex-grow: 0;
    cursor: pointer;
}

.btn2:hover {
    background: #0040E4;
}

.green {
    position: absolute;
    mix-blend-mode: multiply;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.yellow {
    position: absolute;
    left: 151px;
    mix-blend-mode: multiply;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.news {
    margin: 0 auto;
    height: 736px;
    width: 1200px;
    padding-top: 100px;
    display: flex;
    justify-content: space-between;
}

.news-left {
    height: 736px;
    width: 484px;
}

.news-right {
    height: 736px;
    width: 706px;
}

.news-left-title {
    /*margin-bottom: 24px;*/
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 24px;
}

.news-left-title-tips {
    height: 24px;
    margin-top: 12px;
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-left-title-tips span {
    display: inline-block;
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 16px;
    line-height: 100%;
    color: #8AA5B4;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}

.news-left-title>span {
    font-family: Source Han Sans CN;
    font-size: 24px;
    line-height: 150%;
    color: #001C46;
    display: inline-block;
    height: 70px;
    display: flex;
    align-items: center;
}

.news-left-list {
    padding-top: 24px;
    padding-bottom: 24px;
    /*height: 48px;*/
    /*border-top: 1px solid rgba(0, 0, 0, 0.1);*/
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    cursor: pointer;
}

.news-left-list-logo {
    margin-right: 16px;
}

.news-left-list-line {
    width: 2px;
    height: 32px;
    background: #C4C4C4;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}

.news-left-list-text {
    /*height: 42px;*/
    width: 320px;
    margin-left: 16px;
    display: flex;
    align-items: center;
}

.news-left-list-text .information-news-left-message-text-box {
    font-family: Source Han Sans CN;
    font-size: 14px;
    line-height: 150%;
    color: #76767F;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}

.news-left-list-boult {
    width: 64px;
    margin-left: 10px;
    margin-right: 10px;
}

.news-left-list-boult img {
    float: right;
}

.news-right-recent {
    display: flex;
    justify-content: space-between;
}

.news-right-recent-report-img2 {
    position: relative;
    width: 392px;
    height: 243px;
    background-position: center;
    background-image: url('../images/HomePage/Frame\ 2181.png');
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.news-right-recent-report-img1 {
    position: relative;
    width: 392px;
    height: 243px;
    background-position: center;
    background-image: url('../images/HomePage/Frame\ 2180.png');
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    margin-top: 2px;
    margin-bottom: 16px;
    border-radius: 4px;
}

.news-right-recent-report-img1-bg-text {
    position: absolute;
    height: 141px;
    width: 258px;
    left: 36.25px;
    top: 40px;
}

.news-right-recent-report-img1-bg-text-num {
    font-family: D-DIN;
    font-weight: bold;
    font-size: 54px;
    line-height: 100%;
    color: #FFFFFF;
    opacity: 0.5;
    margin-bottom: 8px;
}

.news-right-recent-report-img1-bg-text-text {
    font-family: Source Han Sans CN;
    font-size: 31px;
    line-height: 120%;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.news-right-recent-report-img1-bg-text-en {
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 20px;
    line-height: 100%;
    color: #FFFFFF;
    opacity: 0.5;
}

.news-right-recent-report-img1:hover .news-right-recent-report-img1-bg,
.news-right-recent-report-img2:hover .news-right-recent-report-img1-bg,
.news-right-report:hover .news-right-recent-report-img1-bg {
    opacity: 1;
    filter: alpha(opacity=1);
}

.news-right-recent-report-img1-bg {
    width: 100%;
    height: 100%;
    position: relative;
    background: linear-gradient(270deg, rgba(0, 64, 228, 0.9) 0%, rgba(0, 64, 228, 0) 100%);
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.report-img1-bg-btn {
    font-size: 18px;
    line-height: 18px;
    padding: 12px 24px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 2px;
    display: inline-block;
    position: absolute;
    top: 8px;
    right: 8px;
    color: #FFFFFF;
}

.news-right-recent-published {
    height: 470px;
    width: 333px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-right: 8px;
    margin-bottom: 16px;
}

.news-right-recent-published-top {
    height: 44px;
    width: 333px;
    background: #0055A7;
    display: flex;
    align-items: center;
    border-radius: 4px 4px 0 0;
}

.news-right-recent-published-top p {
    font-family: Source Han Sans CN;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;
}

.news-right-recent-published-top>div {
    margin-left: 8px;
}

.news-right-recent-published-list>div {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    margin-left: 30px;
}

.news-right-recent-published-list>div>p {
    font-family: Source Han Sans CN;
    font-size: 14px;
    line-height: 150%;
    color: #76767F;
    display: block;
}

.experience {
    width: 1200px;
    height: 232px;
    margin: 0 auto;
    border-radius: 12px;
    margin-top: 18px;
}

.experience-icon {
    position: absolute;
}

.experience-div {
    width: 1200px;
    height: 150px;
    background-color: #0455A7;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    background-image: url('../images/HomePage/experience.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*background-size: ;*/
}

.experience-div-left {
    height: 150px;
    width: 350px;
    margin-left: 232px;
}

.experience-div-left p {
    color: #fff;
    display: inline-block;
    font-family: Roboto;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    margin-top: 22px;
}

.experience-div-left h3 {
    font-family: Roboto;
    font-weight: 900;
    font-size: 29px;
    line-height: 120%;
    color: #FFFFFF;
    margin-bottom: 6px;
}

.experience-div-right {
    margin-right: 25px;
    margin-top: 25px;
}

.experience-div-right>div {
    display: flex;
    align-items: center;
}

.experience-div-right img {
    margin-right: 10px;
}

.experience-div-right span {
    font-family: Source Han Sans CN;
    font-size: 20px;
    line-height: 100%;
    color: #FFFFFF;
    display: inline-block;
}

.experience-div-right h3 {
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 44px;
    line-height: 100%;
    color: #FFFFFF;
    margin-top: 25px;
    margin-left: 40px;
}

.btn4 {
    width: 120px;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    height: 42px;
    /*padding: 24 12 24 12;*/
    border: 1px solid #fff;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.1);
    cursor: pointer;
}

.btn4:hover {
    background: rgba(255, 255, 255, 0.5);
}

.btn5 {
    height: 42px;
    width: 192px;
    /*padding: 24 12 24 12;*/
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 2px;
    font-family: Source Han Sans CN;
    font-size: 18px;
    line-height: 100%;
    color: #0455A7;
    margin-left: 12px;
    margin-top: 5px;
    cursor: pointer;
}

.btn5:hover {
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
}

.experience-div1 {
    width: 1200px;
    height: 82px;
}

.advantage {
    height: 527px;
    width: 100%;
    margin-top: 100px;
    position: relative;
    /*background: linear-gradient(359.21deg, rgba(0, 9, 23, 0.8) 0.81%, rgba(0, 9, 23, 0) 99.45%), linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));*/
}

.advantage-reason {
    height: 358px;
    width: 984px;
    /*position: absolute;*/
    /*margin-top: 85px;*/
    /*margin-left: 361px;*/
}

.advantage-reason>h3 {
    font-family: Microsoft YaHei UI;
    font-weight: bold;
    font-size: 60px;
    line-height: 100%;
    color: #FFFFFF;
}

.advantage-reason-text {
    height: 238px;
    width: 984px;
    margin-top: 18px;
    display: flex;
    justify-content: space-between;
}

.advantage-reason-text-ul {
    height: 100%;
    width: 588px;
    font-family: Source Han Sans CN;
    font-size: 14px;
    line-height: 200%;
    color: #FFFFFF;
}

.advantage-reason-text-number {
    width: 316px;
    height: 100%;
}

.advantage-reason-text-number-one {
    display: flex;
}

.advantage-reason-text-number-one div {
    margin-right: 32px;
    margin-bottom: 32px;
}

.advantage-reason-text-number-one p {
    font-family: Source Han Sans CN;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
}

.advantage-reason-text-number-one h3 {
    font-family: Source Han Sans CN;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 100%;
    color: #FFFFFF;
}

.btn6 {
    height: 22px;
    width: 96px;
    /*padding: 6px;*/
    background: transparent;
    border: 0px;
    border-bottom: 1px solid #FFFFFF;
    font-family: Microsoft YaHei UI;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
}

.program {
    margin: 0 auto;
    width: 1200px;
    /*height: 924px;*/
    margin-top: 100px;
    margin-bottom: 76px;
}

.program-resolve {
    text-align: center;
    height: 68px;
    width: 100%;
}

.program-resolve>h3 {
    font-family: Microsoft YaHei UI;
    font-weight: bold;
    font-size: 40px;
    line-height: 100%;
    color: #001C46;
    margin-bottom: 12px;
}

.program-resolve>p {
    font-family: Microsoft YaHei UI;
    font-weight: bold;
    font-size: 16px;
    line-height: 100%;
    color: #001C46;
}

.program-solution {
    height: 176px;
    width: 100%;
    margin-top: 53px;
    position: relative;
    background: #F4F7F9;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.01);
    overflow: hidden;
    cursor: pointer;
}

.program-solution:hover {
    border: 1px solid rgba(0, 0, 0, 0.1);
    /*box-sizing: border-box;*/
    box-shadow: 0px 10px 20px rgba(0, 55, 95, 0.06);
}

.program-solution>p {
    font-family: Microsoft YaHei UI;
    font-size: 33px;
    line-height: 100%;
    margin-top: 59px;
    margin-left: 89px;
    position: absolute;
    color: #001C46;
    animation: goBack1 0.4s steps(11) forwards;
    /*transition: 1s;*/
    /*-webkit-transition: 1s;*/
    /*-moz-transition: 1s;*/
    /*-o-transition: 1s;*/
    /*position: relative;*/
    z-index: 1;
}

.program-solution:hover p,
.program-solution:hover span {
    animation: comeOut1 .5s steps(10) forwards;
    /*transform: translateX(-25px);*/
}

.program-solution:hover img {
    animation: comeOut .5s steps(10) forwards;
    /*animation-name: move;*/
    /*animation-duration: 500ms;*/
    /*animation-fill-mode: forwards;*/
    /*transform: translateX(100px);*/
}

@keyframes comeOut1 {
    0% {
        transform: translateX(-10px);
    }
    50% {
        transform: translateX(-30px);
    }
    100% {
        transform: translateX(-25px);
    }
}

@keyframes comeOut {
    /*100% {*/
    /*transform: translateX(100px);*/
    /*}*/
    0% {
        transform: translateX(50px);
    }
    50% {
        transform: translateX(110px);
    }
    100% {
        transform: translateX(100px);
    }
}

@keyframes goBack {
    0% {
        transform: translateX(110px);
    }
    25% {
        transform: translateX(120px);
    }
    50% {
        transform: translateX(50px);
    }
    100% {
        transform: translateX(0px);
    }
}

@keyframes goBack1 {
    0% {
        transform: translateX(-30px);
    }
    25% {
        transform: translateX(-35px);
    }
    50% {
        transform: translateX(-20px);
    }
    100% {
        transform: translateX(0px);
    }
}

.program-solution>span {
    font-family: Microsoft YaHei UI;
    font-size: 14px;
    line-height: 100%;
    display: block;
    margin-top: 104px;
    margin-left: 89px;
    position: absolute;
    color: #76767F;
    /*transition: 1s;*/
    /*-webkit-transition: 1s;*/
    /*-moz-transition: 1s;*/
    /*-o-transition: 1s;*/
    /*position: relative;*/
    animation: goBack1 0.4s steps(11) forwards;
    z-index: 1;
}

.program-solution>img {
    float: right;
    animation: goBack 0.4s steps(11) forwards;
    /*transition: 1s;*/
    /*-webkit-transition: 1s;*/
    /*-moz-transition: 1s;*/
    /*-o-transition: 1s;*/
}

.program-content {
    /*height: 281px;*/
    width: 100%;
    margin-top: 53px;
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
}

.program-content1 {
    height: 281px;
    width: 100%;
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
}

.program-content-environment {
    /*height: 281px;*/
    width: 289px;
    margin-right: 12px;
    margin-bottom: 24px;
    border: 1px solid transparent;
    border-radius: 4px;
    padding-bottom: 12px;
    transition: 0.8s;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    cursor: pointer;
}

.program-content-environment:hover {
    transform: translateY(-8px);
    border: 1px solid rgba(0, 85, 167, 0.2);
}

.program-content-environment:nth-child(4n) {
    margin-right: 0;
}

.program-content-environment:hover p {
    color: rgba(0, 28, 70, 1);
}

.program-content-environment:hover .case-content-top-unity-img {
    transform: scale(1.05);
}

.program-content-environment>h4 {
    margin-top: 12px;
    margin-left: 12px;
    font-family: Source Han Sans CN;
    font-size: 20px;
    line-height: 150%;
    color: #001C46;
}

.program-content-environment>p {
    font-family: Source Han Sans CN;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #76767F;
    margin-top: 5px;
    margin-left: 12px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}

footer {
    /*height: 371px;*/
    padding-top: 74px;
    padding-bottom: 32px;
    background-color: #2C3644;
}

.footer {
    margin: 0 auto;
    /*height: 371px;*/
    color: #fff;
    width: 1200px;
}

.contact {
    display: flex;
    height: 199px;
    margin-bottom: 32px;
}

.contact-way {
    border-right: 1px solid rgb(255, 255, 255, 0.1);
}

.number {
    height: 77px;
    width: 265px;
    margin-bottom: 16px;
}

.number h4 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-size: 29px;
    line-height: 120%;
}

.number p {
    font-family: Microsoft YaHei UI;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
}

.mailbox {
    margin-bottom: 16px;
}

.mailbox h6 {
    font-family: Microsoft YaHei UI;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
}

.mailbox p {
    font-family: Microsoft YaHei UI;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
}

.address h6 {
    font-family: Microsoft YaHei UI;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
}

.address p {
    font-family: Microsoft YaHei UI;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
}

.qr {
    width: 120px;
    margin-left: 60px;
    margin-right: 70px;
}

.qr-img1 {
    margin-bottom: 15px;
}

.qr-img2 {
    margin-top: 15px;
}

.qr p {
    font-family: Microsoft YaHei UI;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
}

.contact-us {
    width: 685px;
}

.contact-us-text {
    width: 685px;
    display: flex;
}

.contact-us img {
    margin-bottom: 10px;
}

.contact-us h4 {
    font-family: Microsoft YaHei UI;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
}

.contact-us p {
    font-family: Microsoft YaHei UI;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
}

.btn3 {
    width: 120px;
    color: #fff;
    height: 42px;
    /*padding: 24 12 24 12;*/
    border: 1px solid #fff;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.1);
    margin-left: 128px;
    margin-top: 12px;
    cursor: pointer;
}

.btn3:hover {
    background: rgba(255, 255, 255, 0.5);
}

.links {
    /*height: 51px;*/
    width: 100%;
    border-top: 1px solid rgb(255, 255, 255, 0.1);
    border-bottom: 1px solid rgb(255, 255, 255, 0.1);
    display: flex;
    padding: 20px 0 60px 0;
    justify-content: space-between;
}

.footer-links-left links a {
    color: #fff;
    font-size: 14px;
    margin-right: 16px;
}

.footer-links {
    color: #fff;
    font-size: 14px;
    margin: 0px 8px;
}

.footer-links-left {
    width: 83%;
    height: 24px;
    border-right: 1px solid rgb(255, 255, 255, 0.1);
}

.footer-links-left span {
    font-size: 14px;
    line-height: 14px;
}

.footer-links-right {
    padding-left: 30px;
    height: 24px;
    display: flex;
    align-items: center;
}

.footer-links-right span {
    font-size: 14px;
    line-height: 10px;
}

.footer-links-right img {
    margin-left: 20px;
    width: 24px !important;
    height: 24px !important;
    /*margin-top: 5px;*/
}

.internet-number {
    padding-top: 32px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.internet-number span {
    display: inline-block;
    font-size: 14px;
    margin-left: 5px;
}

.internet-number span a {
    color: #ffffff;
    text-decoration: none;
}

.copyright-information {
    display: inline-block;
    font-size: 14px;
    line-height: 100%;
    border-left: 1px solid rgb(255, 255, 255, 0.1);
    border-right: 1px solid rgb(255, 255, 255, 0.1);
    margin-right: 20px;
    margin-left: 20px;
    padding-left: 514px;
    padding-right: 20px;
}

.introduced {
    height: 600px;
    width: 100%;
}

.header-bottom-item {
    background: rgba(0, 23, 54, 1);
    /*box-shadow: rgba(0, 23, 54, 1);*/
    padding: 21px 0;
    position: absolute;
    bottom: -59px;
    display: none;
    /*position: absolute;*/
    left: 50%;
    transform: translate(-50%, 0);
}

.header-bottom-item-bg {
    width: 100%;
    height: 29px;
    background: transparent;
    position: absolute;
    top: -29px;
    left: 0;
}

.header-nav a:hover .header-bottom-item {
    display: block;
    z-index: 2;
}

.header-bottom-item-ul {
    position: relative;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    list-style: none;
}

.header-bottom-item-ul li {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    line-height: 16px;
    margin-right: 40px;
    cursor: pointer;
    /*white-space: nowrap;*/
}

.header-bottom-item-ul li:hover {
    color: #fff;
}

.header-bottom-item-ul li.products_checked {
    color: #fff;
}

.header-bottom-item-ul li:last-child {
    margin-right: 0;
}

.header-bottom-list {
    background: #001736;
    box-shadow: inset 0px -1px 1px rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(20px);
    height: 60px;
    display: none;
    bottom: -60px;
    width: 100%;
    z-index: 1;
    position: absolute;
    /*border-top: 1px solid #e5e5e5;*/
}

.header_1 {
    position: fixed !important;
    z-index: 999;
    top: 0;
}

#backTop {
    width: 48px;
    height: 48px;
    background-image: url('../images/bt.png');
    background-repeat: no-repeat;
    background-size: 32px 32px;
    /*background-size: cover;*/
    background-position: center;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    background-color: #0055A7;
    border-radius: 4px;
    position: fixed;
    right: 32px;
    bottom: 200px;
    cursor: pointer;
    display: none;
    z-index: 999;
}

#backTop:hover {
    background-color: #0040E4;
}

.introduce-wrap {
    width: 100%;
    height: 600px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../images/bg.png');
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper {
    width: 100%;
    height: 375px;
    position: relative;
}

.swiper-slide {
    width: 1200px;
    height: 375px;
    /*background: #fff;*/
    display: flex;
}

.swiper-slide-left {
    width: 519px;
    height: calc(100% - 76px);
    background: #1E3456;
    border-radius: 4px 0 0 4px;
    padding: 38px;
}

.swiper-slide-right {
    width: 571px;
    height: calc(100% - 80px);
    background: #FFFFFF;
    padding: 40px 17px;
}

.swiper-slide-right img {
    width: 571px;
}

.swiper-slide-left-text1 {
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    color: #FFFFFF;
    margin-bottom: 16px;
    display: flex;
}

.swiper-slide-left-text1 img {
    margin-right: 10px;
    width: 44px;
    height: 44px;
    margin-top: 10px;
}

.swiper-slide-left-text2 {
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
    margin-bottom: 42px;
}

.swiper-slide-left-text3 {
    font-size: 14px;
    color: #FFFFFF;
}

.news-right-report {
    position: relative;
    width: 706px;
    height: 266px;
    background-image: url('../images/HomePage/Frame\ 2178.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.news-right-recent-report-img3-bg-text {
    position: absolute;
    height: 141px;
    width: 258px;
    left: 44px;
    top: 58px;
}

.btn-wrap {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.swiper-button-prev1 {
    position: absolute;
    z-index: 3;
    left: 38px;
    bottom: 63px;
    width: 22px;
    height: 22px;
    cursor: pointer;
}

.swiper-button-next1 {
    position: absolute;
    z-index: 3;
    left: 84px;
    bottom: 63px;
    /*width: 22px;*/
    height: 22px;
    cursor: pointer;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.swiper-button-next1-line img {
    height: 22px;
    position: absolute;
    right: -4px;
    top: -9px;
}

.swiper-button-next1-line {
    width: 48px;
    height: 4px;
    background: #FFFFFF;
    position: relative;
    transition: 0.8s;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
}

.swiper-button-next1:hover .swiper-button-next1-line {
    width: 60px;
}

.news-right-recent-report-img1:nth-child(3) {
    width: 709px !important;
    height: 246px !important;
    position: relative;
    left: -345px;
}

.swiper-button-next.next-1{
    right: -24px;
}


.swiper-button-prev.prev-1{
    left: -24px;
}

.right-arrow-white {
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px;
}
.right-arrow-white::after {
    display: inline-block;
    content: ' ';
    height: 16px;
    width: 16px;
    border-width: 1px 1px 0 0;
    border-color: rgba(255, 255, 255, 1);
    border-style: solid;
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -12px;
}

.right-arrow-white.prev::after{
    transform: matrix(-0.71, 0.71, 0.71, 0.71, 0, 0);
    margin-left: -2px;
}

.swiper-button-next,
.swiper-button-prev{
    position: absolute;
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    background: rgba(0, 85, 167, 0.8);
    width: 48px !important;
    height: 48px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-next.next-1:after,
.swiper-rtl .swiper-button-prev:after{
    content: '' !important;
}

.swiper-button-prev.prev-1:after,
.swiper-rtl .swiper-button-next:after{
    content: '' !important;
}